Welcome![Sign In][Sign Up]
Location:
Search - dda algorithm

Search list

[OpenGL programDDAmidpointAliasing

Description: DDA划线,用dda算法来实现的划线,dda基于OpenGL的实现-DDA crossed with dda algorithm to achieve the line, dda realization based on OpenGL
Platform: | Size: 59392 | Author: 709394 | Hits:

[Graph programmany

Description: 基本图元生成,实现直线画法的DDA算法,中点画圆等-The basic element generation, to achieve a straight line drawing of the DDA algorithm, such as the midpoint drawcircle
Platform: | Size: 3718144 | Author: 何明耀 | Hits:

[OpenGL programCG1

Description: 一个opengl下的图形学实验,展示了DDA算法画直线、中点Bresenham算法画直线、改进Bresenham算法画直线、八分法绘制圆等算法的c语言实现,结果采用每秒逐点画出,清晰明了-Opengl graphics under an experiment to demonstrate the DDA algorithm for drawing a straight line, the mid-point Bresenham algorithm for drawing a straight line, improved Bresenham algorithm for drawing a straight line drawn round octant law, such as algorithm c language, the results of the use of second-by-point draw, clear
Platform: | Size: 2892800 | Author: 林思哲 | Hits:

[Windows DevelopDDA

Description: DDA Line Drawing Algorithm
Platform: | Size: 1024 | Author: rand123 | Hits:

[Special Effectsroughdraw

Description: 本程序为关于画线的算法:DDA(数值微分)法、中点画线算法、Bresenham算法中点画圆算法。可以画出相应的图线。-This procedure to draw the line about algorithms: DDA (Numerical Differentiation) Act, in stipple line algorithm, Bresenham midpoint circle algorithm algorithm. Can draw the corresponding diagram lines.
Platform: | Size: 4096 | Author: 李岩 | Hits:

[Graph Drawinggh

Description: 1. 简单图元的生成(如直线、圆、长方形等) 2. 用DDA算法或中点(Besenham)算法实现直线段、椭圆或圆的绘制 3. 用扫描线填充算法进行区域填充,用Sutherland 裁剪算法裁减多边形 4. BEZIER曲线或B样条曲线的绘制 5. 个性化图形软件包的开发 6. 所有文件包括源码和截图-1. Easy metafile generation (such as linear, round, rectangular, etc) 2. Using DDA algorithm or the mid-point (Besenham) algorithm achieve a straight line segment, draw an oval or round 3. Scanline fill algorithm used to populate the region, with Sutherland reduction of polygon clipping algorithm 4. BEZIER curve or B-spline Curve 5. personalized graphics package development 6. all documents, including source code and screenshot
Platform: | Size: 1444864 | Author: lixuan | Hits:

[OpenGL programopenglbresenhamDDA

Description: 运用netbean,基于java语言,bresenham算法,DDA算法画直线的比较-The use of netbean, based on the java language, bresenham algorithm, DDA draw a straight line algorithms comparison
Platform: | Size: 11264 | Author: 雷家怀 | Hits:

[GDI-BitmapGDI

Description: 用GDI模拟DDA算法 用GDI模拟DDA算法-DDA algorithm with GDI with GDI Analog Analog Analog DDA algorithm DDA algorithm with GDI
Platform: | Size: 69632 | Author: 大雄 | Hits:

[Graph programDDA_Line

Description: 使用MATLAB 6.5开发,DDA算法画直线-The development of the use of MATLAB 6.5, draw a straight line scan line algorithm
Platform: | Size: 1024 | Author: 流星 | Hits:

[Graph Drawingdraw_line_circle

Description: 本程序实现了直线(Bresenham算法和DDA算法),和圆(中点Bresenham算法和正负法)的绘制,并能够选取其颜色。-This procedure has a straight line (Bresenham algorithm and DDA algorithm) and round (mid-point of Bresenham algorithm and plus or minus method) drawing, and be able to select the color.
Platform: | Size: 5584896 | Author: 童X | Hits:

[GDI-BitmapDDA

Description: 使用DDA画线算法实现基本图元绘制的程序-DDA line drawing algorithm used to achieve the basic elements of the process mapping
Platform: | Size: 3072 | Author: huayaojj | Hits:

[Graph program1

Description: 用dda画线算法画一段直线的直线源代码 可以运行-Dda algorithm by drawing a line drawing of a straight line section of a straight line can run the source code
Platform: | Size: 1024 | Author: 网友 | Hits:

[GDI-BitmapDDAline

Description: 计算机图像学,dda算法,画直线 Computer Image Science, dda algorithm, drawing a straight line-Computer Image Science, dda algorithm, drawing a straight line
Platform: | Size: 1024 | Author: silent | Hits:

[Graph programDDAzhixianbianxiemingzi

Description: 用DDA算法编写自己的名字,在程序运行后可以出来自己的名字,可以用任意的颜色及大小。-DDA algorithm used to write your own name, after the program runs out of his name can be any color and size.
Platform: | Size: 1024 | Author: 陈晓晓 | Hits:

[OpenGL programlineDDA

Description: 初学Opengl,从最基础开始,本程序实现用DDA算法画直线-Learning Opengl, from the beginning of the most basic, the program draw a straight line using DDA algorithm
Platform: | Size: 1024 | Author: wgj | Hits:

[Graph programLine

Description: 实现直线的DDA算法和椭圆中点算法,和图形的显示,如拉框放大。和CS裁剪算法的实现-The DDA algorithm to achieve a straight line and elliptical mid-point algorithm, and graphical display, such as pull boxes to enlarge. Cut algorithm and the realization of CS
Platform: | Size: 4042752 | Author: 胖皮 | Hits:

[Graph program0303

Description: 一个圆的中点算法和圆的DDA算法 -The mid-point of a circle round the DDA algorithm and algorithm of the mid-point of a circle round the DDA algorithm and algorithm
Platform: | Size: 6144 | Author: tim | Hits:

[Graph programiii

Description: 椭圆的角度DDA算法 -The point of view of elliptic elliptical perspective DDA algorithm DDA algorithm
Platform: | Size: 6144 | Author: tim | Hits:

[OpenGL programopengl

Description: 本代码是简单的opengl源代码 主要功能是创建了一个三角形和一个矩形 利用Opengl实现直线光栅的DDA算法-The code is a simple source code opengl main function is to create a triangle and a rectangle using Opengl linear grating DDA algorithm
Platform: | Size: 3072 | Author: 猫子 | Hits:

[Windows Developzhixian

Description: 直线生成算法的实现,利用OpenGL实现直线光栅化的DDA算法。-Algorithm to generate a straight line, the use of OpenGL to achieve straight-line grating of the DDA algorithm.
Platform: | Size: 300032 | Author: zengyunyun | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 23 »

CodeBus www.codebus.net